*.pyc

*.egg
/*.egg-info
/dist/*
.cache
*.so

.DS_Store
.idea/*
.python-version
.vscode/*

.mypy_cache
.venv

